<if condition="$show['firstforum']"><!-- AFL --><tr></if><td>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center">
<thead>
  <tr>
    <td class="tcat" colspan="2">
      <p align="center">
      <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
    </td>
  </tr>
</thead>

<tbody>
  <tr><td class="alt2" colspan="2">
	<p align="center"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
  </tr>
  <tr>
    <td class="alt2" nowrap="nowrap" colspan="2">
      <if condition="$show['browsers']"><div><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></div></if>
      <if condition="$show['forumdescription']"><div class="smallfont">
		$forum[description]</div></if>
      <if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]">
		$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
      <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>
		$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
    </td>
    </tr>
  <tr>
    <td class="alt2" nowrap="nowrap"><font face="MS Sans Serif" size="1">
	$vbphrase[last_post]</font></td>
    <td class="alt1" nowrap="nowrap"><font face="MS Sans Serif" size="1">$forum[lastpostinfo]</font></td></tr>
  <tr>
    <td class="alt2" nowrap="nowrap"><font face="MS Sans Serif" size="1">
	$vbphrase[threads]</font></td>
    <td class="alt1"><font face="MS Sans Serif" size="1">$forum[threadcount]</font></td></tr>
  <tr>
    <td class="alt2" nowrap="nowrap"><font face="MS Sans Serif" size="1">
	$vbphrase[posts]</font></td>
    <td class="alt1"><font face="MS Sans Serif" size="1">$forum[replycount]</font></td></tr>
  <if condition="$vboptions['showmoderatorcolumn']"><tr>
    <td class="alt2" nowrap="nowrap"><font size="1" face="MS Sans Serif">
	$vbphrase[moderator]</font></td>
    <td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td></tr></if>
$childforumbits
</tbody>
</table>
</td><if condition="$show['lastforum']"></tr></if>